// Misty Glassfiber Realm, by Erlend Robaye, December 2001

Aspc=1,

A0="rnd(30) + 10",
A1="sgn( rnd(1) - .5 ) * (rnd(.06) + .03)",	// Flow Speed

// Take an image of the current situation, inside this radius
srcR="r * (1 - (r * A1) * sgn( rnd(1) - .1 ) )",

// Rotate the image a bit
srcT="theta + (sin(theta * A0) * .1) * sgn( rnd(1) - .1 )",

Vers=100
